![]() ![]() |
13.1:H213200 Design explanations for significant links for better browsing.Improper designThe design of text link do not have essence meaning. Improper design:
<P><A href="101.zip">download</A></P>
<P><A href="ex.jsp">example</A></P>
End of example Proper demonstrationUse meaningful text for super links, so that user do not need to read full text to understand functions of super links. Proper example:
<P><A href="101.zip">download two photos of the 101 skyscraper(zip file)</A></P>
<P><A href="ex.jsp">example of pure text Webpage</A></P>
End of example |